Constify route_head arg to track_recompute.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 1 May 2006 17:43:13 +0000 (17:43 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 1 May 2006 17:43:13 +0000 (17:43 +0000)
gpsbabel/defs.h

index 268093706df4f81a858202fa4e185073061545cd..170f3edf7ec8d00d1debf816169f374b60e289a1 100644 (file)
@@ -429,6 +429,7 @@ void track_backup(signed int *count, queue **head_bak);
 void track_restore( queue *head_bak);
 void track_append( queue *src );
 void route_flush( queue *head );
+void track_recompute( const route_head *trk);
 
 /*
  * All shortname functions take a shortname handle as the first arg.